* {
    box-sizing: border-box;
    /*makes everything to extend to the very end of the page*/
    margin:0;
    padding:0;
    border:0;
}

html {
    height: 100%;
}

#wrapper {
    min-height: 100%;
    position: relative;
    background-color:#4FC3F7;
}

header {
    width:100%; 
	height:50px;
    background: #333;
    box-shadow: 0px 3px 4px gray; 
    overflow: hidden;
}

#logo { 
    width:45px; 
    height: 100%;
	float:left; 
    margin-left:40px;
    padding-top:3px;
}

.logo_div {
    width:100px; 
	height:40px; 
    float:left;
}

#logo_text_paragraph { 
    display: block; 
	color: white; 
	line-height:50px; 
	font-family: 'Holtwood One SC'; 
	font-size: 17px; 
    text-decoration: none;
}

#navbar { 
	width:55%; 
	list-style: none; 
	height:50px; 
    float: right; 
}

#navbar>li { 
	width: 19%; 
	float: right; 
	border-right: 1px solid gray; 
    border-left: 1px solid gray; 
}

#navbar>li>a{
	display: block; 
	color: white; 
	line-height:50px; 
	text-align: center; 
	font-size: 15px; 
    text-decoration: none;
    font-family: "Times New Roman", Times, serif;
}

#navbar>li>a:hover,
#navbar>li>a:focus { 
	background: #4FC3F7; 
}

#content_website_div { 
    width:100%;
    padding-left:0px;
}

.slideshow-container {
    width: 100%;
    height: 250px;
}

.mySlides > img {
    height: 250px;
}

/* Slideshow container */
.slideshow-container {
    width: 100%;
    position: relative;
    margin: auto;
}
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  .dot_div { 
    text-align:center; 
    background: #333;
    margin-bottom: 5px;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 5px;
    width: 5px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @-webkit-keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  
.article_div {
    height:auto;
}

article {
    width:70%;
    margin-left: 15%;
    height: 230px;
    text-align: center;
    display: table;
    background-color: #333;
    border-radius: 25px;
    margin-bottom: 4px;
}

.article_element {
    display: table-cell;
    vertical-align: middle;
}    

.article_title_price {
    height: auto; 
    width: 70%; 
    float: right;
}

.article_title {
    height: auto; 
    width: 100%; 
    text-align: left;
}

.article_title > a{
    color: white; 
    text-decoration: none; 
    font-size: 15px;
}

.article_title >a:hover,
.article_title >a:focus { 
    color: #4FC3F7; 
    text-decoration: underline; 
}
.article_price {
    height: 60px; 
    width: 200px; 
    padding-top:20px;
    text-align: left;
    font-size: 20px;
}

.article_price p { 
    font-weight: 900;
    color: white; 
}

.article_image {
    height: 202px; 
    width: 25%; 
    margin-left: 30px;
    border: 2px solid gray;
}

.article_image > a >img {
    width: 100%; 
    height: 100%;
}
.separation-line {
    width: 900px;
    margin-left: 30px;
    margin-top: 10px;
    border: 1px solid pink; 
}

footer { 
    background: #333;
	height: 80px; 
    bottom: 0;
    width: 100%;
    border-top: 3px solid #4FC3F7;
}

.social_media_div {
    width: 33%;
    text-align: center;
    margin-top: 20px;
    display: inline-block; 
}

.social_media_div ul {
    list-style: none;
}

.social_media_div ul li {
    display: inline-block;
    padding-left: 20px;
}

.social_media_div ul li a img {
    width: 30px;
}

.contact_footer_div {
    text-align: center; 
    width: 33%;
    float: left; 
    margin-top: 15px; 
}

.contact_footer_div p { 
    color:white;
    font-weight: normal;
    font-size: 14px;
    margin-top: 4px; 
}

.contact_footer_div_phone {
    text-align: center; 
    float: right; 
    width: 33%; 
    margin-top: 15px; 
}

.contact_footer_div_phone p { 
    color:white;
    font-weight: normal;
    font-size: 14px;
    margin-top: 4px; 
}

h6 {
    font-size: 50px;
    font-family: impact;
    color: #333; 
    padding: 0px 0 0px 0;
}

@media screen and (max-width:900px) {
    article {
        width:95%;
        margin-left: 2%;
    }
    #navbar>li { 
        width: 33%;
    }

    .slideshow-container {
        width: 100%;
        height: 200px;
    }
    
    .mySlides > img {
        height: 200px;
    }
}

@media screen and (max-width:700px) {
    #logo { 
        width:45px; 
        margin-left:1px;
    }
    
    .logo_div {
        width:100px; 
    }
    
    #logo_text_paragraph { 
        font-size: 12px; 
    }

    article {
        height: 170px;
    }

    .article_image {
        height: 130px; 
        width: 25%; 
        margin-left: 8px;
    }

    .article_price {
        font-size: 17px;
    }

    .social_media_div {
        width: 7%;
    }

    .contact_footer_div {
        width: 42%;
        margin-top: 0px;
    }
    .contact_footer_div_phone {
        width: 41%; 
        margin-top: 2px;
    }
}

@media screen and (max-width:700px) {
    #navbar { 
        width: 60%;
    }    
    .logo_div {
        width: 60px;
    }
} 

/*footer{
    background: #33154A;
    width: 100%;
    height: 180px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    bottom: 0;
}

.contact_footer_div {
    width: 45%;
    float: left;
    padding-left: 25%;
}

.account_footer_div {
    width: 10%;
    float: left;
    margin-left: 3%;
}

.account_footer_div ul {
    list-style-type:  none;
}

.account_footer_div ul li a{
    text-decoration: none;
    color: #B3B3B3;
    font-weight: normal;
    font-size: 13px;
}


.terms_footer_div {
    width: 40%;
    float: right;
    padding-right: 28%;
}

.terms_footer_div ul {
    list-style-type:  none;
}

.terms_footer_div ul li a{
    text-decoration: none;
    color: #B3B3B3;
    font-weight: normal;
    font-size: 13px;
}*/


/*
.logo_image {
    width: 270px;
    height: 130px;
    margin-top: 10px;
    position: absolute;
}

.call_login_div {
    width: 53.33%;
    float: left;
    text-align: center;
    border: 1px solid green;
}

.purple_sans_serif_paragraph {
    color: white;
    font-size: 18px;
    font-family: 'Holtwood One SC';
}

.purple_sans_serif_paragraph a {
    font-size: 20px;
}

.request_quote_div {
    width: 23.33%;
    height: 100%;
    float: right;
    padding: 0px 30px ;
    
}

.request_quote_image {
    float: right;
    width:180px;
    height: 80px;
    text-align: center;
    font-weight: 100;
    font-family: impact;
    font-size: 20px;
    padding: 20px;
    margin-top:30px;
    background-color: #56377d;
    color: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.link_header_style {
    text-decoration: none;
    color: #7D26CD;
}

body {
    background: #f0f0f0;
    margin:0;
    padding: 0;
    font: 18px/20px Arial, sans-serif;
    height: 100%;
}

a:hover {
    color: black;
    text-decoration: underline;
}


section {
    width: 7%;
    float: left;
    margin: 0% 6%;
    text-align: center;
}

section img {
	display: block;
	width: 72px;
    margin: 0 auto;
    text-align: center;
	max-width: none;
}

.color_div {
    background-color: #672892;
    height: 105px;
}

h1 {
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 100%;
    padding: 5% 0;
    color: white;
}

h2 {
    text-align: center;
    font-size:18px ;
    font-weight: 300;
    padding: 0%  0 3px 0;
    font-family: sans-serif;
    color: #7D26CD;
}

h3 {
    color: #B3B3B3;
    font-weight: normal;
    font-size: 13px;
}

h4 {
    text-align: center;
    font-size: 100%;
    font-weight: 900;
    line-height: 100%;
    padding: 5% 0 1% 0;
}

h5 {
    text-align: center;
    font-size: 75%;
    font-weight: 600;
    line-height: 100%;
    padding: 5% 0 1% 0;
}

h6 {
    font-size: 50px;
    font-family: impact;
    color: #56377d; 
    padding: 7% 0 1% 0;
}

article ul {
    text-align: center;
    padding: 15px;
}

article ul li {
    display: inline-block;
    font-size: 80%;
    font-weight: 100;
    padding: 5px;
    background-color: #56377d;
    color: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);

}

article li:hover {
    background-color: #0099cc;
}

.space_button {
    margin-left: 30px;
}

.clear {
    clear: both;
}



article p {
    font-size: 80%;
    font-weight: 100;
}

aside {
    float: right;
    width: 30%;
    margin-right: 15%;
    height:320px;
}

aside img {
    width: 100%;
    height: 320px;
    
}

.aside_left {
    float: left;
    margin-left: 15%;
    margin-right: 0%;
    text-align: center;
    background-color: #682C90;
}

.aside_left img {
    width: 70%;
    height: 160px;
    margin: 80px 0;
}

.aside_left_1 {
    float: left;
    text-align: center;
    margin-left: 15%;
    margin-right: 0%;
    background-color: #682C90;
}

.aside_left_1 img {
    width: 100%;
    height: 200px;
    margin: 60px 0;
}

.article_right {
    float: right;
    margin-right: 15%;
    margin-left: 0%;
    background-color: #33154A;
    display: table;
}

.article_right h2{
    color: white;   
}

.article_right p {
    color: white;   
}





/*FOOTER*/

.terms_footer_div ul li a:hover{
    color: black;
    text-decoration: underline;
}

#content_privacy_policy {
    width: 100%;
    margin: 0 auto;
    /*border: 1px solid blue;*/
}

#policy_div {
    width: 40%;
    margin: 0% 30%;
    /*border: 1px solid red;*/
}

.policy_paragraph {
    font-size:14px ;
}

/*Scaling*/

