/*
	Project Name: Jacob Demelo Portfolio Website
    File Name: about.css
    Author: Jacob Demelo
*/

/**************************** START OF ABOUT ***************************************************************/

.about-container{
	width: 100%;
	height: 300px;
	text-align: center;
	background-color: #34353A;
	border-bottom: 5px solid #707070;
    margin: auto;
}

.about-container h2{
	color: white;
	font-size: 42pt;
	padding-top: 180px;

}

.about-linked {
	position: relative;
	top: 100px;
	width: 3px;
	height: 50px;
	margin-left: 150px;
	float: left;
	background-color: #01BAFF;
	text-align: center;
}

#about-linked-logo {
	width: 20px;
	height: 20px;
	margin-top: 100px;
	list-style: none;
	text-decoration: none;
	position: relative;
}

.about-linked-container{
	position: relative;
	top: 70px;
	width: 3px;
	height: 20px;
	margin-left: -15px;
	float: left;
	text-align: center;
}

.active span{
	color: #01BAFF;
}

.about-hello-container{
	width: 100%;
	height: 200px;
	background-color: #34353A;
	padding: 50px;
}

.about-hello-container h2{
	margin-left: 100px;
	color: #01BAFF;
	font-size: 24pt;
}

.about-hello-container p{
	margin-left: 100px;
	margin-right: 100px;
	color: white;
	font-size: 16pt;
	margin-top: 20px;
}

.about-school-container{
	width: 100%;
	height: 280px;
	background-color: #34353A;
	padding: 20px;
}

.about-school-container h2{
	margin-left: 125px;
	color: #01BAFF;
	font-size: 24pt;
}

.school-img{
	width: 20%;
	height: 100px;
	margin-left: 125px;
	margin-top: 10px;
}

.about-school-container p{
	background-color: #34353A;
	margin-left: 125px;
	color: white;
	font-size: 16pt;
	margin-top: 10px;
	line-height: 50px;
}

.school-awards-container{
    width: 100%;
	height: 80px;
	background-color: #34353A;
}

.school-awards-container p{
	margin-left: 145px;
	color: white;
	font-size: 16pt;
	line-height: 30px;

}

.about-facts-container{
	width: 100%;
	height: fit-content;
	padding: 20px;
	background-color: #34353A;
}

.about-facts-container h2{
	margin-left: 120px;
	color: #01BAFF;
	font-size: 24pt;
}

.about-facts-container p{
	margin-left: 125px;
	margin-right: 125px;
	color: white;
	font-size: 16pt;
	margin-top: 15px;
}

.about-facts-text p{
	margin-left: 145px;
	color: white;
	font-size: 16pt;
}

.about-facts-text{
	width: 100%;
	height: fit-content;
	background-color: #34353A;
}

.about-thanks-container{
	width: 100%;
	height: fit-content;
	padding: 50px;
	background-color: #34353A;
}

.about-thanks-container p{
	color: white;
	font-size: 16pt;
	margin-left: 100px;
	margin-right: 100px;
}

.about-thanks-container span{
	color: #01BAFF;
	font-size: 18pt;
	font-weight: bold;
}

.selection-container{
	width: 100%;
	padding: 20px;
	height: fit-content;
	background-color: #34353A;
}

.button-container { 
	display: flex;
	width: 100%;
	justify-content: center;
} 

.button-container button { 
	color: #01BAFF;
	background-color: #34353A;
	border: 2px solid #01BAFF;
	font-weight: 500;
	padding: 0.9rem 4rem;/*height: width:*/
	border-radius: 12px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	margin: 4px 20px;
	cursor: pointer;
	margin-right: calc((100% - (3 * 600px)) / 2); 
	width: 300px; 
} 

.button-container button:hover { 
	color: white;
	background-color: #01BAFF;
} 

/***************************************End of about*****************************************************/

/***********************************SCREEN SIZING*****************************************************/
@media screen and (max-width: 1800px) and (min-width: 1280px) {

    .button-container button { 
        color: #01BAFF;
        background-color: #34353A;
        border: 2px solid #01BAFF;
        font-weight: 500;
        padding: 0.9rem 4rem;/*height: width:*/
        border-radius: 12px;
        box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 18px;
        margin: 4px 20px;
        cursor: pointer;
        margin-right: calc((100% - (3 * 400px)) / 3); 
        width: 300px; 
    } 
    
    .about-facts-container h2{
        margin-left: 120px;
        color: #01BAFF;
        font-size: 24pt;
    }
    
    .about-facts-container p{
        margin-left: 125px;
        margin-right: 125px;
        color: white;
        font-size: 16pt;
        margin-top: 15px;
    }
    
    .about-facts-text{
       padding: 20px;
       margin-top: -1px;
    }

    .about-thanks-container{
        margin-top: -20px;
        margin-bottom: -5px;
    }

    .selection-container{
        margin-bottom: -20px;
    }

}

@media screen and (max-width: 1279px) and (min-width: 999px) {

    .button-container button { 
        color: #01BAFF;
        background-color: #34353A;
        border: 2px solid #01BAFF;
        font-weight: 500;
        padding: 0.9rem 4rem;/*height: width:*/
        border-radius: 12px;
        box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 18px;
        margin: 4px 20px;
        cursor: pointer;
        margin-right: calc((100% - (3 * 300px)) / 3); 
        width: 300px; 
    } 
    
    .about-facts-container h2{
        margin-left: 120px;
        color: #01BAFF;
        font-size: 24pt;
    }
    
    .about-facts-container p{
        margin-left: 125px;
        margin-right: 125px;
        color: white;
        font-size: 16pt;
        margin-top: 15px;
    }
    
    .about-facts-text{
       padding: 20px;
       margin-top: -1px;
    }

    .about-thanks-container{
        margin-top: -20px;
        margin-bottom: -5px;
    }

    .selection-container{
        margin-bottom: -20px;
    }
}

@media screen and (max-width: 999px) and (min-width: 775px) {
    .about-linked {
        position: relative;
        top: 100px;
        width: 3px;
        height: 50px;
        margin-left: 50px;
        float: left;
        background-color: #01BAFF;
        text-align: center;
    }
    
    .about-hello-container{
        width: 100%;
        height: 200px;
        background-color: #34353A;
    }
    
    .about-hello-container h2{
        margin-left: 5px;
        color: #01BAFF;
        font-size: 24pt;
    }

    .about-hello-container p{
        margin-left: 5px;
    }

    .about-school-container h2{
        margin-left: 30px;
    }
    
    .school-img{
        margin-left: 30px;
    }
    
    .about-school-container p{
        margin-left: 30px;
    }
    
    .school-awards-container p{
        margin-left: 60px;
    }

    .button-container button { 
        color: #01BAFF;
        background-color: #34353A;
        border: 2px solid #01BAFF;
        font-weight: 500;
        padding: 0.9rem 4rem;/*height: width:*/
        border-radius: 12px;
        box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 18px;
        margin: 4px 20px;
        cursor: pointer;
        margin-right: calc((80% - (3 * 180px)) / 3); 
    } 
    
    .about-facts-container h2{
        margin-left: 30px;
        color: #01BAFF;
        font-size: 24pt;
    }
    
    .about-facts-container p{
        margin-left: 30px;
        margin-right: 125px;
    }
    
    .about-facts-text{
       padding: 20px;
       margin-top: -1px;
    }

    .about-facts-text p{
        margin-left: 20px;
    }

    .about-thanks-container{
        margin-top: -20px;
        margin-bottom: -5px;
    }

    .about-thanks-container p{
        margin-left: 5px;
        margin-right: 5px;
    }

    .selection-container{
        margin-bottom: -20px;
    }
}

@media screen and (max-width: 774px) and (min-width: 500px) {
    .about-linked {
        position: relative;
        top: 100px;
        width: 3px;
        height: 50px;
        margin-left: 50px;
        float: left;
        background-color: #01BAFF;
        text-align: center;
    }
    
    .about-hello-container{
        width: 100%;
        height: 200px;
        background-color: #34353A;
    }
    
    .about-hello-container h2{
        margin-left: 5px;
        color: #01BAFF;
        font-size: 24pt;
    }

    .about-hello-container p{
        margin-left: 5px;
        margin-right: 5px;
        font-size: 14pt;
    }

    .about-school-container h2{
        margin-left: 30px;
        margin-top: 50px;
    }
    
    .school-img{
        margin-left: 30px;
    }

    .school-img img{
        width: 250px;
        height: 55px;
    }
    
    .about-school-container p{
        margin-top: -20px;
        margin-left: 30px;
        font-size: 14pt;
        line-height: 40px;
    }
    
    .school-awards-container p{
        margin-left: 50px;
        padding-top: 50px;
        font-size: 14pt;
    }

    .button-container button { 
        color: #01BAFF;
        background-color: #34353A;
        border: 2px solid #01BAFF;
        font-weight: 500;
        padding: 0.9rem 2rem;/*height: width:*/
        border-radius: 12px;
        box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 18px;
        margin: 4px 2px;
        cursor: pointer;
        margin-right: calc((70% - (3 * 100px)) / 3); 
    } 
    
    .about-facts-container h2{
        margin-left: 30px;
        color: #01BAFF;
        font-size: 24pt;
        padding-top: 50px;
    }
    
    .about-facts-container p{
        margin-left: 30px;
        margin-right: 30px;
        font-size: 14pt;
    }
    
    .about-facts-text{
       padding: 20px;
       margin-top: -1px;
    }

    .about-facts-text p{
        margin-left: 20px;
        font-size: 14pt;
    }

    .about-thanks-container{
        margin-top: -20px;
        margin-bottom: -5px;
    }

    .about-thanks-container p{
        margin-left: 2px;
        margin-right: 2px;
        font-size: 14pt;
    }

    .selection-container{
        margin-bottom: -20px;
    }
}

@media screen and (max-width: 499px) and (min-width: 375px) {

    .about-container h2{
        font-size: 28pt;
    }
    .about-linked {
        position: relative;
        top: 100px;
        width: 3px;
        height: 40px;
        margin-left: 50px;
        float: left;
        background-color: #01BAFF;
        text-align: center;
    }

    .about-linked-container img{
        width: 30px;
        height: 30px;
        margin-top: -50px;
    }
    
    .about-hello-container{
        width: 100%;
        height: 200px;
        background-color: #34353A;
    }
    
    .about-hello-container h2{
        margin-left: 5px;
        color: #01BAFF;
        font-size: 24pt;
    }

    .about-hello-container p{
        margin-left: 5px;
        margin-right: 5px;
        font-size: 14pt;
    }

    .about-school-container h2{
        margin-left: 30px;
        margin-top: 100px;
    }
    
    .school-img{
        margin-left: 30px;
    }

    .school-img img{
        width: 250px;
        height: 55px;
    }
    
    .about-school-container p{
        margin-top: -20px;
        margin-left: 30px;
        font-size: 14pt;
        line-height: 40px;
    }
    
    .school-awards-container p{
        margin-left: 50px;
        padding-top: 120px;
        font-size: 14pt;
    }

    .button-container button { 
        color: #01BAFF;
        background-color: #34353A;
        border: 2px solid #01BAFF;
        font-weight: 500;
        padding: 0.5rem 2rem;/*height: width:*/
        border-radius: 12px;
        box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 12px;
        margin: 2px 1px;
        cursor: pointer;
        margin-right: calc((50% - (3 * 50px)) / 3); 
    } 
    
    .about-facts-container h2{
        margin-left: 30px;
        color: #01BAFF;
        font-size: 24pt;
        padding-top: 150px;
    }
    
    .about-facts-container p{
        margin-left: 30px;
        margin-right: 30px;
        font-size: 14pt;
    }
    
    .about-facts-text{
       padding: 20px;
       margin-top: -1px;
    }

    .about-facts-text p{
        margin-left: 20px;
        font-size: 14pt;
    }

    .about-thanks-container{
        margin-top: -20px;
        margin-bottom: -5px;
    }

    .about-thanks-container p{
        margin-left: 2px;
        margin-right: 2px;
        font-size: 14pt;
    }

    .selection-container{
        margin-bottom: -20px;
    }

}

@media screen and (max-width: 374px) and (min-width: 320px) {
    .about-container h2{
        font-size: 24pt;
    }
    .about-linked {
        position: relative;
        top: 100px;
        width: 3px;
        height: 30px;
        margin-left: 50px;
        float: left;
        background-color: #01BAFF;
        text-align: center;
    }

    .about-linked-container{
        margin-top: -30px;
        margin-left: -10px;
    }

    .about-linked-container img{
        width: 20px;
        height: 20px;
    }
    
    .about-hello-container{
        width: 100%;
        height: 200px;
        background-color: #34353A;
    
    }
    
    .about-hello-container h2{
        margin-left: 5px;
        color: #01BAFF;
        font-size: 20pt;
    }

    .about-hello-container p{
        margin-left: 5px;
        margin-right: 5px;
        font-size: 12pt;
    }

    .about-school-container h2{
        margin-left: 30px;
        margin-top: 100px;
    }
    
    .school-img{
        margin-left: 30px;
    }

    .school-img img{
        width: 250px;
        height: 55px;
    }

    .about-school-container{
        margin-top: -1px;
    }

    .about-school-container h2{
        font-size: 20pt;
    }
    
    .about-school-container p{
        margin-top: -25px;
        margin-left: 30px;
        font-size: 12pt;
        line-height: 40px;
    }
    
    .school-awards-container{
        margin-top: -1px;

    }

    .about-facts-container{
        margin-top: -1px;
    }

    .school-awards-container p{
        margin-left: 50px;
        padding-top: 120px;
        font-size: 14pt;
    }

    .button-container button { 
        color: #01BAFF;
        background-color: #34353A;
        border: 2px solid #01BAFF;
        font-weight: 500;
        padding: 0.2rem .5rem;/*height: width:*/
        border-radius: 12px;
        box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 12px;
        margin: 2px 1px;
        cursor: pointer;
        margin-right: calc((20% - (3 * 10px)) / 3); 
    } 
    
    .about-facts-container h2{
        margin-left: 30px;
        color: #01BAFF;
        font-size: 20pt;
        padding-top: 190px;
    }
    
    .about-facts-container p{
        margin-left: 30px;
        margin-right: 30px;
        font-size: 14pt;
    }
    
    .about-facts-text{
       padding: 20px;
       margin-top: -1px;
    }

    .about-facts-text p{
        margin-left: 20px;
        font-size: 14pt;
    }

    .about-thanks-container{
        margin-top: -20px;
        margin-bottom: -5px;
    }

    .about-thanks-container p{
        margin-left: 2px;
        margin-right: 2px;
        font-size: 14pt;
    }

    .selection-container{
        margin-bottom: -20px;
    }
}