* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

p {
    font-size: 14pt;
}

.basic_margin {
    margin: 15px;
}

#confidence {
    text-align: center; 
    margin: 15px;
}

.menu {
    overflow: hidden;
    background-color: #2e1b0d;
    position: sticky;
    top: 0;
    z-index: 4;
}

.menu a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.menu a:hover {
    background: #ddd;
    color: #2e1b0d;
}

.social {
    position: absolute;
	right: 0;
	top: 0;
	background: #2e1b0d;
	width: 150px;
	color: white;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	z-index: 3;
	font-size: 12pt;
}

.social p {
    text-align: center;
}

.social img {
    height: 24px; 
    vertical-align: sub;
}

.header {
    height: 50%;
    background-size: contain, contain, cover;
    background-position: left, right, center center;
    background-image: url("background.png"), 
                      url("background1.png"), 
                      url("stripes3.png");
    background-repeat: no-repeat, no-repeat, no-repeat;
    border: 2px solid #2e1b0d;
    padding: 7%;
    z-index: 2;
}

#header_img {
    max-width: 55%;
	display: block;
	margin: auto auto;
}

.light {
    display: grid;
    grid: 100% / 50% 50%;
    margin: 0px;
    text-align: left;
}

.info {
    display: inline-block;
    vertical-align: bottom;
    max-width: 50%;
    font-size: 10pt;
}

.row {
    margin-right: 10%;
    margin-left: 10%;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.active {
    background-color: #705f4e;
}

div.footer {
    margin: 15px;
    margin-top: 10%;
    margin-bottom: 5%;
}

div.footer p {
    font-size: 10pt;
}

#paypal  {
    float: right;
}

div.description p {
    text-indent: 5%;
    vertical-align: bottom;
}

div.description img {
    margin-left: 20px;
    margin-top: 25px;
    float: right;
    max-width: 40%;
    border-style: double solid solid double;
    border-color: black;
    border-width: 3px;
}

.video {
    text-align: center;
    resize: both;
}

div.glasses_row {
    display: flex;
    flex-wrap: wrap;		
}

div.glasses_col {
    padding: 5px;
    max-width: 33.33%;
}

#index_glasses_col img {
    height: 125px;
    border: 2px solid black;
}

div.info {
    display: inline-block;
    vertical-align: top;
    max-width: 50%;	
}

#pic1 {
    height: 300px;
    border: 2px solid black;
}
#pic2 {
    width: 300px;
    border: 2px solid black;
}

.paragraph_heading {
    text-decoration: underline; 
    text-indent: 5%; 
    font-weight: bold;
}

.address {
    position: absolute; 
    right: 15px; 
    margin-bottom: 15px;
}

#orthok {
    max-width: 20%; 
    float: right; 
    margin-left: 15px;
    margin-right: 15px; 
    border-style: double solid solid double; 
    border-color: black; 
    border-width: 3px;
}

@media screen and (max-width: 800px) {
    #services_glasses_col {
        -ms-flex: 47%;
        flex: 47%;
        max-width: 47%;
    }

    #index_glasses_col {
        -ms-flex: 30%;
        flex: 30%;
        max-width: 30%;
    }

    #header_img {
        max-width: 100%;
    }

    .video {
        float: none;
        width: 100%;
        margin-bottom: 15px;
        overflow: auto;
    }

    .description img {
        float: none;
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 600px) {
    .menu a {
        float: none;
        width: 100%;
        padding: 8px 0;
    }

    .description img {
        float: none;
        max-width: 100%;
        margin: 0;
    }

    .row {
        margin: 15px;
    }

    #services_glasses_col {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
    #orthok {
        float: none;
        max-width: 100%;
        margin: 0;
    }
    div.social {
        width: 90px;	
    }
    .social p {
        font-size: 8pt;	
    }
    div.social img {
        max-height: 12px;
    }
    #index_glasses_col {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}