/*
Theme Name:     tactile-child
Theme URI: 		http://demo.edge-themes.com/tactile7/
Description:    tactile-child-theme
Author:         RoyvanVliet
Template:       tactile
Version: 		1.0
*/

.aboutme {
    background: rgba(255,255,255, 0.7);
    opacity: 1;
    margin: 50px 0px 50px 100px;
    padding: 40px;
    width: 80% !important;
    height: auto;
}

.abouttekst {
	margin-left: 20px;
    display: inline-block;
    width: 40% !important;
}

@media screen and (max-width:950px) {
    .aboutme {
        background: rgba(255,255,255, 0.7);
        opacity: 1;
        margin: 50px 0px 50px 100px;
        padding: 40px;
        width: 65% !important;
        height: auto;
    }
    
    .abouttekst {
        display: inline-block;
        width: 100% !important;
    }
    .portimage {
        position: absolute;
        visibility: hidden;
        width: 60%;
        right: 25%;
        top: 20px;
    }
    
    .buttonaboutme {
        position: relative;
        bottom: 40%;
        text-align: center;
        vertical-align: center;
        clear: both;
    }
}

@media screen and (min-width:1400px) {
    .aboutme {
        background: rgba(255,255,255, 0.7);
        opacity: 1;
        margin: 50px 0px 50px 100px;
        padding: 40px;
        width: 90% !important;
        height: auto;
    }
    
    .abouttekst {
        display: inline-block;
        width: 60% !important;
    }
    
    .portimage {
        display: inline-block;
        width: 30%;
    }
    
    .buttonaboutme {
        float:left;
    }
}
.portimage {
	margin-right: 20px;
    display: inline-block;
    float: right;
}

.button {
    padding: 10px 20px 10px 20px;
    color: #ffffff;
    font-size: 16px;
    background-color:#3069ba;
    font-style: normal;
    font-weight: 700;
    font-family: Lato;
}

.button:hover {
    background-color: #3a7cda;
}

.buttonaboutme {
    margin-top: 40px;
    text-align: center;
    vertical-align: center;
}

.buttonportfolio {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}

.download {
    padding: 10px 20px 10px 20px;
    background-color: #3069ba;
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.download:hover {
    background-color: #3a7cda;
}

.resume {
    margin-bottom: 40px;
    text-align: center;
    vertical-align: center;
}

.about {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.bio {
    color: #3e3e3e;
    margin: 10px 0 10px 0;
}

.datebox { 
    position: relative;
	clear: both;
    background-color: #FFF;
    /*width: 275px;*/
    padding: 50px 10px 45px 20px;
    margin: 20px 75px 20px 50px;
    box-shadow: 1px 1px 1px 1px #B0B0B0;
}

.h1about { 
    font-family: Lato;
    font-weight: 500;
    font-size: 16px;
}

.h2about {
    font-family: Lato;
    font-size: 14px;
    color: #000;
    line-height: 20px;
	display:block;
	display:inline-block;
}

.h3about {
    background-color:#3069ba;
    font-family: Lato;
    font-size: 15px;
    font-weight:bold;
    color: #FFF;
    text-transform:uppercase;
    margin: 0px 25px 5px 25px;
	width:150px;
	float:right;
	display:block;
	display:inline-block;
}

.h3about:hover {
    background-color: #3a7cda;
}

.agenda {
	color: #FFF;
}

.footer {
	color: #FFF;
	text-align: center;
	font-size: 16px;
}

@media screen and (max-width:950px) {
	.h3about {
			margin: auto 0;
		}

}