* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


body {
    width: 100vw;
    max-width: 100%;
    font-size: 16px;
    font-family: 'Roboto', sans-serif; 
	
}

li {
    list-style-type: none;
}
/* ------------------------------------------------------------------------ */

/* CSS for header */

header {
    width: 100%;
    display: flex;
    flex-direction: row;
    position: sticky;
    top: 0;
    background-color: black; 
       
}
.logo {
    width: 50%;
    background-image: url(../images/logo.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
	background-color: white;
	
}

.center-header {
    width: 20%;
    padding: 1rem;
    font-size: 1rem;
    text-align: center;
    color: white;
 
}

.center-header a {
    text-decoration: none;
    color: inherit;
}

.main-nav {
    width: 85%;
    padding: 1rem;
}

.main-ul {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.main-li {
    padding: 0 1rem;
}

.main-li a {
    text-decoration: none;
    color: white;
    padding: 1rem;
}

.main-li a:hover {
    border-bottom: 2px solid pink;
	background-color:skyblue;
}

/* ------------------------------------------------------------------------ */

/* CSS for site- header */

.site-header{
    width: 20%;
    display: flex;
    border: 1px solid blanchedalmond;
    background-color: rgb(238, 246, 247);
    padding: 0 1rem;
    font-size: medium;
}

.Site-Information{
    width: 100%;
    padding: 1rem 10rem;
    display: table;
    font-size: medium;
    
}
.Site-Information p{
    width: 50%;
    padding: 0 1rem;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    
}


/* ------------------------------------------------------------------------ */

/* CSS for Row */


.row {
    display: flex;
    flex-direction: row;
}

 .column {
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem;

}

.column h2 {
    padding: 0.5rem 0;
    font-size: medium;
    color: white;
    background-color: gray;
}

.column p {
    width: 50%;
    text-align: justify;
    padding-top: 0.5rem;
    font-size: medium;
}

/* ------------------------------------------------------------------------ */

/* CSS for Footer and social*/

footer {
    width: 100%;
    background-color: black;
    display: flex;
    flex-direction: row;
    color: #ffffff;
	padding: 1rem 0;

}

.sitemap, .social, .contact {
    width: calc(100% /3);
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;    
}

.sitemap, .contact {
    flex-direction: column;
}

.social {
    flex-direction: row;
}

.fab {
    font-size: 1.5rem;
    padding: 0 0.5rem;
    color: #ffffff;
}

.fa-facebook-square:hover {
    color: #4267B2;
}

.fa-twitter-square:hover {
    color: #38A1F3;
}

.fa-instagram-square:hover {
    color: #405de6;
}

.footer-li {
    width: 100px;
	height:50px;
    text-align: left;
}

.footer-li a { 
    color: #ffffff;
    text-decoration: none;
    font-size: 0.75rem;
    padding: 0.10rem 0;;
}

.footer-li:hover {
    border-left: 2px solid #ffffff;    
    border-right: 2px solid #ffffff;
}

.footer-header {
    font-size: 1rem;
    padding-bottom: 0.25rem;
}

.footer-text {
    font-size: 0.75rem;
}

/* ----------------------------------------------------------- */

/* CSS for index.html */

#clyde-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60vw;
    background-image: url(../images/clyde.jpg);
    background-size: cover;
	
}

#clyde-image h1 {
    font-size: 2em;
    padding: 1em;
    border: 2px solid white;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
	color : white;
	
}

/* ------------------------------------------------------------- */

/* CSS for contact.html */

#form {
    width: 100%; 
    padding: 1rem 0;   
}

.form-header {
    width: 100%;
    text-align: center;    
    font-size: 2rem;
    padding-bottom: 1rem;
}

.contact-form {
    background-color: rgb(236, 236, 236);
    border: 2px solid #000000;
    width: 50%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-form label, .contact-form input, .contact-form select, .contact-form textarea {
    padding: 0.5rem;
    width: 90%;
}

.contact-form textarea {
    resize: none;
    font-size: 1rem;
}


.contact-form input:required {
    border: 1px solid rgb(6, 18, 190);
    box-shadow: 1px 1px 4px 4px rgb(110, 155, 238);
}

.contact-form input[type=submit] {
    margin: 1rem 0;
    padding: 0.5rem;
    width: 20%;
    border-radius: 10px;
    background-color: #2426aa;
    color: #ffffff;    
    font-weight: bold;
    font-size: 1.25rem;
}

.contact-form label {
    font-size: 1rem;
    font-weight: bold;
}
.map{
    width: 100%;
    padding: 1rem 30%;
}
.map iframe{
    width: 100%;
    height: 40vh;
    border: 1px solid black;
}

/* ------------------------------------------------ */

.about {
	display: flex;
	justify-content: center;
	align-items: center;
	height:100%;
	padding-top : 15px ;
	padding-bottom :15px ;
}

.about img {
	width : 30% ;
	height : 30% ;
	border-radius : 200% ;
    
}

.Skills {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 150%;
	padding-top : 15px ;
	padding-bottom :15px ;
	background-color : white;
}

.Skills img {
	width : 40% ;
	height : 30% ;
	border-radius : 50% ;
}

.Work {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 150%;
	padding-top : 15px ;
	padding-bottom :15px ;
	background-color : white;
}

.Work img {
	width : 40% ;
	height : 30% ;
	border-radius : 50% ;
}

 

